Item Property (ObjectCollectionT<T>)
In This Topic
Returns the item at the specified index
Syntax
'Declaration
Public Overridable Default Property Item( _
ByVal As Integer _
) As
public virtual this[
int
]; {get; set;}
public:
virtual property default [int] {
get(int );
void set (int , value);
}
Parameters
- index
- Index of the item to return
See Also